home *** CD-ROM | disk | FTP | other *** search
- CURSOR MOVEMENT COMMANDS
-
- <LEFT> moves the cursor one character to the left
- <RIGHT> moves the cursor one character to the right
- <NEXTWORD> (the CTRL RIGHT key) moves the cursor to the next word
- <PREVWORD> (the CTRL LEFT key) moves the cursor back one word
- <HOME> moves the cursor to the left margin
- <END> moves the cursor to the end of the line
-
- <UP> moves the cursor up one line
- <DOWN> moves the cursor down one line
- <NEXTPARA> (the CTRL PGDN key) moves the cursor to the next paragraph
- <PREVPARA> (the CTRL PGUP key) moves the cursor to the previous paragraph
- <PGDN> moves the cursor down one screenful
- <PGUP> moves the cursor up one screenful
-
- <+SCROLL> (the ALT N key) scrolls continously down the text
- <-SCROLL> (the ALT P key) scrolls continously up the text.
- For the scroll commands, you can chose the scrolling speed (0-9). To
- stop the scroll, press any key. You are then asked if you want to stop
- the scrolling operation or resume it.
- <CTRL HOME> moves the cursor to the top left corner of the screen
- <CTRL END> moves the cursor to the bottom left corner of the screen
-
- <GOTOLINE> (the ALT G key) moves the cursor to a specific line number.
- The number can be an absolute line number (ie 44), a line number rela-
- tive to the current line (ie +32, -5), the last line ($), or a number
- of lines from the last line (ie $-7). It can also be a bookmark ('a'
- to 'z').
- <FIRSTLINE> (the SHIFT HOME key) moves the cursor to the first line in
- the file.
- <ENDOFFILE> (the SHIFT END key) moves the cursor to the last character
- of the file.
-
- <BOOKMARK> (the ALT B key) places a "bookmark" at the cursor position.
- You can label this mark 'a' through 'z'. To return to that mark at any
- time, use the <GOTO LINE> command above.
-
- <NEXTPAGE> (SHIFT PGDN) moves the cursor to the next page break. If
- there are no page breaks present, the cursor will move to the last
- line of the file.
- <PREVPAGE> (SHIFT PGUP) moves the cursor to the previous page break.
- If there are no page breaks present, the cursor moves to the first
- line of the file.
- <GOTOPAGE> (the CTRL V key) moves the cursor to a specific page num-
- ber.
-